C1.WPF.Report Assembly / C1.WPF.Report Namespace / ReportObjectCollection<TItem> Class
The type of elements in the collection.
Members

ReportObjectCollection<TItem> Class
Represents the collection of the ReportObject objects.
Object Model
ReportObjectCollection<TItem> Class
Syntax
'Declaration
 
Public MustInherit Class ReportObjectCollection(Of TItem As ReportObject) 
 
Type Parameters
TItem
The type of elements in the collection.
Inheritance Hierarchy

System.Object
   C1.WPF.Report.ReportObjectCollection<TItem>
      C1.WPF.Report.FieldCollection
      C1.WPF.Report.ReportObjectList<TItem>

See Also